home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Database / Evaluator / ScrollViewExtras.h < prev    next >
Text File  |  1993-07-21  |  404b  |  17 lines

  1. /*
  2.  * ScrollViewExtras.h
  3.  */
  4.  
  5. #import <appkit/appkit.h>
  6.  
  7. @interface ScrollView(ScrollViewExtras)
  8.  
  9. - sprintf:(const char *)format, ...; /* formats to the doc view of the scroll view */
  10.  
  11. - clear:sender; /* clears the doc view of the scroll view */
  12. - print:sender; /* prints the doc view of the scroll view */
  13.  
  14. - windowWillResize:sender toSize:(NXSize *)frameSize; /* restricts the window resizing */
  15.  
  16. @end
  17.